home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.19
/
2002-09_Disc_7.19.bin
/
Data
/
Audio.pcg
/
scripts
/
DefineButton2_9
/
BUTTONCONDACTION on(release).as
< prev
next >
Wrap
Text File
|
2002-06-20
|
288b
|
18 lines
on(release){
if(soundFLagValue)
{
if(_level1.EasterEggIsOn == false)
{
stopAllSounds();
}
soundFLagValue = false;
soundFlag = "x";
}
else
{
soundFLagValue = true;
soundFlag = "";
}
gotoAndStop(2);
}